Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs some work #2

Open
ghost opened this issue Dec 22, 2013 · 3 comments
Open

Needs some work #2

ghost opened this issue Dec 22, 2013 · 3 comments

Comments

@ghost
Copy link

ghost commented Dec 22, 2013

I read through your tutorial posted on Medium and followed along until this part:

If you’ve linked everything correctly; you should see three console messages, letting you know that everything’s working.

At this point, I checked my localhost webserver, and instead of getting 3 console messages, I get all the 404's from the assets missing. You switched from including remote files to this asset() system without notice in your tutorial.

After cloning your tutorial repo and trying to load that on my webserver, I am unable to 'php artisan migrate' at all. I get no error message or response from the artisan script when I run it.

Seems your tutorial/repo is out of sync in some way. I suggest some editing and testing.

@assertchris
Copy link
Owner

Ok, will check it out...

@minhquy87tb
Copy link

I dont' login page admin.

@minhquy87tb
Copy link

I creat a new user in account talbe by seed is : $password = Hash::make('admin'); $data = array(array('email'=>'[email protected]', 'password'=>$password); DB::table('account')->insert($data); End migrate seed new data but when i typing http://localhost/fomativ/public/ and typing email and password input are [email protected] and admin password then submit nothing changed???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants