We used version 5.5.* to develop this project
-
git clone https://github.com/bestmomo/laravel5-example.git projectname
-
cd dariloc
-
composer install
-
php artisan key:generate
-
Create a database and inform .env
-
php artisan migrate --seed
to create and populate tables -
Inform config/mail.php for email sends
-
php artisan vendor:publish
to publish filemanager -
php artisan serve
to start the app on http://localhost:8000/
- Bootstrap for CSS and jQuery plugins
- Font Awesome for the nice icons
- Home page
- Custom Error Page 404
- Authentication (registration, login, logout, password reset, mail confirmation)
- Post management (Add, Eupdate , delete)
- Search in posts
- All post views
- Mail confirmation (stmp)
- kryptonit3/counter
- laravel/tinker
- laravelcollective/html
- fideloper/proxy
To test application the database is seeding with users :
- User : email = [email protected], password = 123456
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.