探索flutter框架开发的app在移动应用市场的潜力与挑战
536
2022-10-29
Start laravel 一个简单的启动应用程序,学习如何用laravel开发
Start laravel is a simple start app to learn how to develop with laravel, You'll learn these components
[Migration, Seeding, Routing, Controllers, Models, Validation, Requests, Views, Events, Notifications, Listeners, Auth, Commands, ...etc]
Each framework should has it's quick start app, Let this application be your quick start to Laravel, It'll help you to build your app structure and show you each component of Laravel and how to best practice them. I hope it'll help you on understanding Laravel & how to work with it.
Modules & Features
You can find here modules for users , sections , articles , comments also you can some good features like login , registration , translation
Screen capture
Installation Steps
First you will need to clone the project
Then you go to project directory and run
composer install
Then create a database named start_laravel then rename .env.example to .env and change database configuration values to yours.
Then run
php artisan key:generate
Then
php artisan migrate
Then seed users table
php artisan db:seed
Default Login Data
Email :admin@admin.com Pass :123456
Custom commands
php artisan clear:db
Contributing
Thank you for considering contributing to the start app! you can fork this repository and any merge request are welcome anytime.
License
The Start Laravel app licensed under the MIT license.
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~