asifvora / laravel-app

Laravel + React app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel app

Laravel app.

Getting Started

Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework, making it a breeze to get started learning the framework.

If you're not in the mood to read, Laracasts contains over 1100 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.

2. Clone the repo

$ https://github.com/asifvora/laravel-app.git
$ cd laravel-app/

3. .env file create

$ Rename .env.example to .env

4. Download and install composer

$ https://getcomposer.org/Composer-Setup.exe

5. Composer install

$ composer install

6. Composer update

$ composer update

7. Migration run

$ php artisan migrate

8. Config clear

$ php artisan config:clear

9. Cache clear

$ php artisan cache:clear

10. Run the app

$ php artisan serve
$ http://localhost:8000

Questions?🤔

Hit me on Twitter URL Medium LinkedIn Instagram

License

Copyright (c) Asif Vora

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Laravel + React app


Languages

Language:PHP 77.9%Language:HTML 22.1%