Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omartawba1/start_laravel
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.
https://github.com/omartawba1/start_laravel
demo laravel quickstart
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/omartawba1/start_laravel
- Owner: omartawba1
- License: mit
- Created: 2017-03-19T16:12:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T08:53:25.000Z (over 3 years ago)
- Last Synced: 2023-03-05T09:57:03.865Z (almost 2 years ago)
- Topics: demo, laravel, quickstart
- Language: PHP
- Homepage:
- Size: 1.22 MB
- Stars: 43
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Start Laravel [![Build Status](https://travis-ci.org/omartawba1/start_laravel.svg?branch=master)](https://travis-ci.org/omartawba1/start_laravel) [![StyleCI](https://styleci.io/repos/85490276/shield?branch=master)](https://styleci.io/repos/85490276)
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
[![Start Laravel](https://image.ibb.co/mTX68v/Screen_Shot_2017_03_20_at_10_41_14_AM.png)](https://youtu.be/xH4Y3zxhO98)
[![Start Laravel](https://image.ibb.co/iVJeTv/Screen_Shot_2017_03_20_at_10_41_32_AM.png)](https://youtu.be/xH4Y3zxhO98)
[![Start Laravel](https://image.ibb.co/iVJeTv/Screen_Shot_2017_03_20_at_10_41_53_AM.png)](https://youtu.be/xH4Y3zxhO98)
[![Start Laravel](https://image.ibb.co/iVJeTv/Screen_Shot_2017_03_20_at_10_42.19_AM.png)](https://youtu.be/xH4Y3zxhO98)
[![Start Laravel](https://image.ibb.co/iVJeTv/Screen_Shot_2017_03_20_at_10_42.40_AM.png)](https://youtu.be/xH4Y3zxhO98)## 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 :`[email protected]`
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](http://opensource.org/licenses/MIT).