https://github.com/kapit4n/book-store-lv
Laravel Book Store
https://github.com/kapit4n/book-store-lv
database laravel laravel-framework php
Last synced: 2 months ago
JSON representation
Laravel Book Store
- Host: GitHub
- URL: https://github.com/kapit4n/book-store-lv
- Owner: kapit4n
- Created: 2018-03-02T03:33:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T16:35:18.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T08:33:49.347Z (over 1 year ago)
- Topics: database, laravel, laravel-framework, php
- Language: PHP
- Size: 1.15 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

## Install
* php artisan migrate
* php artisan serve
* open localhost:8000
* login employee@example.com password secret
## Dev tips
* php artisan migrate:refresh
* // Refresh the database and run all database seeds...
* php artisan migrate:refresh --seed
## Requeriments
* php 7.2
* mysql
## 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](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).
Laravel is accessible, yet powerful, providing tools needed for large, robust applications.
## Learning Laravel
Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) 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](https://laracasts.com) 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.
## Contributing
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
## Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed.
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).