GithubHelp home page GithubHelp logo

findyourservice's People

Contributors

juandans01 avatar

findyourservice's Issues

Create layouts/front.blade.php

Create /resources/views/layouts/front.blade.php that has the html code for the html, head, nav, footer, etc.

Rename client.blade.php to index.blade.php, and update the code so only <div class="container-fluid"> is inside it. The other elements (head, html, script, etc) should be part of front.blade.php

The same way https://github.com/juandans01/FindYourService/blob/master/resources/views/layouts/app.blade.php has the html, head, navigation, and footer.

Further Reading: https://laravel.com/docs/5.3/blade

Public > Move /client to /

When you go to /, it should show the search form

/ should be the only public site other than login and register.

Readme.md > Remove config/database.php and .env.example sections

Remove:

#### In config/database.php 

* Go to 'connections'
    * to 'mysql'
        * in 'database' => env('DB_DATABASE', 'database_example') set the parameter "database_example" as the name of your database
        * in 'username' => env('DB_USERNAME', 'user_example'), set the parameter "user_example" as the user of your "MySQL" enviroment
        * in 'password' => env('DB_PASSWORD', 'pass_example'), set the parameter "pass_example" as the password of your "MySQL" enviroment

And:

#### In /.env.example

* set the "DB_DATABASE" variable as the name of your database
* set the "DB_USERNAME" variable as the user of your "MySQL" enviroment
* set the "DB_PASSWORD" variable as the password of your "MySQL" enviroment

Should not be required

Setting your .env file should be enough

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.