riipandi / laravel-start
The Laravel Framework with Bootstrap scaffolding
Requires
- php: ^7.2.0
- appstract/laravel-options: ^1.0
- chillerlan/php-qrcode: ^3.0
- fideloper/proxy: ^4.0
- guzzlehttp/guzzle: ^6.3
- laravel/framework: 5.7.*
- laravel/passport: ^7.0
- laravel/tinker: ^1.0
- laravolt/avatar: ^2.1
- pragmarx/google2fa-laravel: ^0.2.0
- predis/predis: ^1.1
- rephlux/pagetitle: ^2.1
- spatie/laravel-permission: ^2.25
Requires (Dev)
- beyondcode/laravel-dump-server: ^1.0
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- laravel/telescope: ^0.1.7
- mockery/mockery: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.0
- wnx/laravel-stats: ^1.8
This package is auto-updated.
Last update: 2020-08-22 11:07:07 UTC
README
About Laravel
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, yet powerful, providing tools needed for large, robust applications.
Usage
PHP version 7.2.x or newer is recommended.
Create the project: composer create-project --prefer-dist riipandi/laravel-start myapp
Change myapp with your application name. Edit .env
file and configure your
database connection details.
Install the dependecies: yarn install && yarn dev
Finally, initiate the project:
php artisan migrate:fresh --seed php artisan user:createadmin --email=admin@laravel.local --password=admin php artisan vendor:publish --tag=telescope-assets --force php artisan storage:link
If you want to generate dummy user: php artisan db:seed --class=UsersTableSeeder
Security Issue
If you discover any security related issues, please send an e-mail to ripandi@pm.me instead of using the issue tracker.
Support Development
Do you like this project? Support it by donating via:
- PayPal: https://paypal.me/riipandi
- Bitcoin:
3GyvnzgVCkrb8rjkdzAb1Fav2EbL3qAjUA
License
Laravel is a trademark of Taylor Otwel. This project is open-sourced software licensed under the MIT license.