Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Raiderzbr Unfinished Laravel's Api

Skilled Illusionist
Joined
Dec 4, 2013
Messages
353
Reaction score
56
This is my Laravel's Api with the ApiController of @jenose for Raiderzbr, it isn't finished because I don't know what else I need to work.
I hope someone can help me to finish the Api, or someone take my Api, edit and share for the forum.

Only need the Raiderz_account.bak for SQL Server or Raiderz_account.sql for mysql.
Edit C:\wamp\www\myproject\app\config\database.php with the correct SQL Server or mysql driver, user and password.



Key xVhsgN_4JVHnWDoFZRuMZ_2cYA4b7MV6F1tMOGsx_7A

Regards,

Elssair.
 
Junior Spellweaver
Joined
Dec 14, 2009
Messages
132
Reaction score
8
Thanks you very much
I' test here

==========================================
in link :
No Acess
=======================================
Config database.php


'connections' => array(

'sqlite' => array(
'driver' => 'sqlite',
'database' => __DIR__.'/../database/production.sqlite',
'prefix' => '',
),

'mysql' => array(
'driver' => 'mysql',
'host' => '127.0.0.1',
'database' => 'raiderz_account',
'username' => 'root',
'password' => '122436',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
),

'pgsql' => array(
'driver' => 'pgsql',
'host' => 'localhost',
'database' => 'database',
'username' => 'root',
'password' => '',
'charset' => 'utf8',
'prefix' => '',
'schema' => 'public',
),

'sqlsrv' => array(
'driver' => 'sqlsrv',
'host' => 'localhost',
'database' => 'Raiderz_Account',
'username' => 'sa',
'password' => '27122010m',
'prefix' => '',
),

),
=======================================
jwZhj9C - Raiderzbr Unfinished Laravel's Api - RaGEZONE Forums

same error
 

Attachments

You must be registered for see attachments list
Last edited:
Back
Top