Advice: This project is on alpha stage under heavy development from scratch. You may collaborate as much as you will.
YARS is a web based reservations system under Laravel 4 PHP Framework.
So far, I've started from scratch to move a tiny-but-growing application called xbooking under Code Igniter 2 PHP Framework. You can see a LIVE DEMO HERE (demo:demo and cliente:cliente). This application is already working but has reached it's limits on scalability and maintainability of the code, and is only available in spanish.
The current milestone is getting the basic Contact Address Book working on clean code, while trying to achieve:
- Isolated Business Logic from Controllers
- Translation Ready files
- Uniform HTML markup rendering on views
Despite this sounds very a basic goal, it's important to start from the very beginning considering these. This was not easy to achieve with Code Igniter when the app started to grow up.
This is just the beginning, stay tuned :)
Please see current milestones to get a full storytelling of what is expected to be done.
git clone https://github.com/alariva/yars.git yars
cd yars
curl -s http://getcomposer.org/installer | php
php composer.phar install --dev
You might want to make composer be installed globally for future ease of use.
Update the file app/config/database.php
Update the file app/config/app.php
Available languages: en, es
php artisan migrate
php artisan db:seed
php artisan key:generate
chmod -R 775 app/storage
Fallback:
chmod -R 777 app/storage
Basset needs to build the assets.
php artisan basset:build
php artisan serve
Navigate to your Laravel 4 website and login at /user/login:
username : user
password : user
Navigate to /admin
username: admin
password: admin
You must first have a running server
php artisan serve
vendor/bin/codecept run
You may need to configure the URL if not using artisan serve
.
Documentation will be available soon.
You are welcome to email me or interact with the Trello Board
The Laravel framework is open-sourced software licensed under the MIT license