https://github.com/berkanumutlu/laravel-voyager
Laravel Voyager with articles, news, catalogs, qualities, sliders, contact messages, tickets, social_media, currencies and laravel localization
https://github.com/berkanumutlu/laravel-voyager
laravel laravel-voyager laravel-voyager-app laravel-voyager-blog laravel-voyager-module laravel-voyager-project laravel-voyager-setup laravel-voyager-starter php voyager
Last synced: 8 months ago
JSON representation
Laravel Voyager with articles, news, catalogs, qualities, sliders, contact messages, tickets, social_media, currencies and laravel localization
- Host: GitHub
- URL: https://github.com/berkanumutlu/laravel-voyager
- Owner: berkanumutlu
- License: mit
- Created: 2024-05-24T15:26:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-05T10:29:02.000Z (about 1 year ago)
- Last Synced: 2024-12-29T14:47:47.104Z (9 months ago)
- Topics: laravel, laravel-voyager, laravel-voyager-app, laravel-voyager-blog, laravel-voyager-module, laravel-voyager-project, laravel-voyager-setup, laravel-voyager-starter, php, voyager
- Language: PHP
- Homepage:
- Size: 50.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Voyager
It is a project for Laravel Voyager with articles, news, catalogs, qualities, sliders, contact messages, tickets, social_media, currencies and laravel localization.
## Installation
```sh
$ docker-compose up -d
$ docker ps
$ docker exec -it {PHP8_CONTAINER_ID} bash
``````sh
$ composer global require laravel/installer
``````sh
$ composer global about
# Changed current directory to /root/.composer
# Composer - Dependency Manager for PHP - version 2.6.5
# Composer is a dependency manager tracking local dependencies of your projects and libraries.
# See https://getcomposer.org/ for more information.
``````sh
$ export PATH="/root/.composer/vendor/bin:$PATH"
``````sh
$ laravel new project (or composer create-project --prefer-dist laravel/laravel project)
``````sh
$ cd project
$ composer require tcg/voyager 1.7 (For Laravel 10)
$ php artisan voyager:install (or php artisan voyager:install --with-dummy)
$ php artisan voyager:admin your@email.com --create
``````sh
$ php artisan serve
```## Screenshots
- Home
- About Us
- Articles
- Article Detail
- Catalogs
- News
- Quality
- Contact
- Login
- Register
- User Profile
- User Tickets
- User Ticket Detail
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.